.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.css-spinner {
    margin: 20px auto 0;
    width: 70px;
    text-align: center;
}

.css-spinner>div {
    width: 14px;
    height: 14px;
    background-color: #e3006a;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.css-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.captcha_container {
    background: url(img/captcha_bg.png) no-repeat left top;
    padding-bottom: 20px;
    padding-left: 7px;
    width: 291px;
    height: 122px;
}

.captcha_container label {
    font-weight: bold;
}

.captcha_input_label {
    color: #fff;
}

.captcha_image_label {
    color: #575757;
    float: left;
    padding-top: 1px;
}

.captcha_reload_btn {
    text-align: center;
    line-height: 32px;
}

.captcha_container img {
    padding-top: 7px;
    padding-left: 60px;
}

.captcha_container input {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#faq dt {
    font-weight: bold;
    border: 1px solid #FFFFFF;
    border-width: 1px 0;
    padding: 7px 5px;
    background: #f1f1f1;
}

#faq dd {
    margin: 0 0 20px 4px;
    display: none;
}

#faq dd span.css-spinner {
    display: block;
    text-align: center;
}

#faq #faq-suggest {
    margin: 10px 0 10px 0px;
}

#faq #faq-suggest span.suggestion {
    color: #e3006a;
    margin: 5px;
    cursor: pointer;
}

#faq dl em {
    color: #e3006a;
    font-style: normal !important;
}

#faq #faq-facets li {
    padding: 2px 0px;
    cursor: pointer;
}

#faq #faq-filter span {
    background-color: #e3006a !important;
    color: #fff !important;
    border-radius: 2px;
    color: #fff;
    display: inline;
    padding: 0 2px;
    line-height: 14px;
    vertical-align: baseline;
    margin-right: 10px;
    cursor: pointer;
}

#faq form input.submit {
    border: none;
    color: #fff;
    background: #fd0078;
    padding: 0px 0 0px;
    width: 53px;
    height: 24px;
    font-weight: bold;
    float: right;
    border-radius: 3px;
    font-size: 12px;
}

#faq #faq-filter span img {
    width: 10px;
    padding: 0 2px;
}

#faq .category-facet span {
    font-size: 11px;
    border-radius: 3px;
    background: #DCDCDC;
    padding: 1px 3px 1px 3px;
    text-transform: capitalize;
}

#faq .filter-active span {
    font-size: 11px;
    border-radius: 3px;
    color: #fff;
    background: #fd0078;
    padding: 1px 3px 1px 3px;
    text-transform: capitalize;
}

#faq .content-marginal {
    padding-top: 22px !important;
}

#faq dd a {
    text-decoration: underline;
}

#faq dd a:hover {
    text-decoration: none;
}

#faq .link {
    padding: 5px 0 5px 0px;
}

#faq .faq-asset {
    margin: 5px 0px 5px 0px;
    display: inline-block;
    width: 100%;
}

#faq .faq-asset .image {
    float: left;
    margin-right: 10px;
}

#faq .faq-asset .download-btn {
    margin-left: 43px;
    text-align: right;
}

#faq #facet-container {
    margin: 15px;
    min-height: 77px;
}

#faq #facet-container div {
    float: left;
    margin: 0px;
    background: #f1f1f1;
    padding: 5px;
    width: 31.9%;
}

#faq #facet-container label {
    font-weight: bold;
}

#faq #entries-container #next {
    text-align: center;
    margin-top: 25px;
}

#faq span.question-toggle {
    color: #e3006a;
    width: 10px;
    display: inline-block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e3006a !important;
    color: white;
}

.cookie-bar {
    z-index: 6001;
    bottom: 0;
    min-height: 3em;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.cookie-bar p {
    vertical-align: middle;
}

.cookie-bar img {
    margin: 0 5px -1px 5px;
}

.cookie-bar a {
    margin-left: 5px;
    text-decoration: underline;
}

.bar-close {
    float: right;
    cursor: pointer;
    vertical-align: middle;
}

.bar-close img {
    vertical-align: middle;
    margin-bottom: 3px;
}

.geo-bar {
    z-index: 6001;
    bottom: 0;
    min-height: 3em;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.geo-bar p {
    vertical-align: middle;
}

.geo-bar img {
    margin: 0 5px -1px 5px;
}

.geo-bar a {
    font-weight: bold;
    text-decoration: none;
}

.geo-bar p .bar-close {
    float: right;
    cursor: pointer;
    vertical-align: middle;
}

.geo-bar p .bar-close img {
    vertical-align: middle;
    margin-bottom: 3px;
}

#esearch {
    min-height: 400px;
}

#esearch #entries-container {
    width: 590px !important;
    margin-left: 20px;
}

#esearch #facets li {
    padding: 2px 0px;
    cursor: pointer;
}

#esearch #filter span {
    background-color: #e3006a !important;
    color: #fff !important;
    border-radius: 2px;
    color: #fff;
    display: inline;
    padding: 0 2px;
    line-height: 14px;
    vertical-align: baseline;
    margin-right: 10px;
    cursor: pointer;
}

#esearch form input.submit {
    border: none;
    color: #fff;
    background: #fd0078;
    padding: 0px 0 0px;
    width: 53px;
    height: 24px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 12px;
}

#esearch #filter span img {
    width: 10px;
    padding: 0 2px;
}

#esearch .category-facet span {
    font-size: 11px;
    border-radius: 3px;
    background: #DCDCDC;
    padding: 1px 3px 1px 3px;
    text-transform: capitalize;
}

#esearch .filter-active span {
    font-size: 11px;
    border-radius: 3px;
    color: #fff;
    background: #fd0078;
    padding: 1px 3px 1px 3px;
    text-transform: capitalize;
}

#esearch .content-marginal {
    padding-top: 22px !important;
}

#esearch #facet-container {
    margin: 15px;
    min-height: 77px;
}

#esearch #facet-container div {
    float: left;
    margin: 0px;
    background: #f1f1f1;
    padding: 5px;
    width: 31.9%;
}

#esearch #facet-container label {
    font-weight: bold;
}

#esearch #entries-container #next {
    text-align: center;
    margin-top: 25px;
}

#esearch #entries-container #next-link {
    cursor: pointer;
    color: #e3006a;
}

#esearch ul.teaserlist-press {
    padding: 0;
}

#esearch .ui-menu-item {
    color: #000;
    background-color: #fff;
    font-weight: normal !important;
    font-size: 10pt !important;
}

#esearch #suggest {
    margin: 10px 0 10px 0px;
}

#esearch #suggest span.suggestion {
    color: #e3006a;
    margin: 5px;
    cursor: pointer;
}

.ui-state-focus {
    font-weight: normal !important;
    color: #000 !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    background: #eee !important;
}

.ui-state-focus a {
    //color: #e3006a !important;
    color: #000 !important;
}

.ui-widget-content {
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 12px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: #fff !important;
    color: #333
}

// finder
#finder-facet-container .category-facet span {
    padding: 1px 3px 1px 3px;
}

#finder-facet-container {
    min-height: 77px;
}

#finder-facet-container div {
    float: left;
    margin: 0px;
    background: #f1f1f1;
    padding: 10px;
    width: 30.7%;
    display: table-row;
}

#finder-facet-container div div {
    display: table-cell;
    padding: 0 !important;
}

#finder-facet-container label {
    font-weight: bold;
    display: block;
}

#finder-result-container ul.result-attributes {
    padding-left: 10px !important;
}

#finder-result-container ul.result-attributes li {
    background: none;
    padding-left: 10px;
    line-height: 180%;
    display: table-row;
}

#finder-result-container ul.result-attributes li span.result-attribute-name {
    display: table-cell;
    min-width: 110px;
}

#finder-result-container #next {
    text-align: center;
}

#finder-result-container .sta-button span {
    padding: 0 9px 0 0;
    line-height: 16px;
    display: inline-block;
    background: url("img/bg-anc-right.png") no-repeat scroll right center transparent;
    height: 16px;
    line-height: 16px;
    max-width: 241px;
    overflow: hidden;
    font-size: inherit;
}

#finder-result-container .sta-button {
    padding: 0 0 0 15px;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    background: url("img/bg-anc-left.png") no-repeat left top !important;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none!important;
}